body {
  background-color: white;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  margin: 1;
  padding: 0;
}

.logo-banner {
  text-align: center;
  margin-top: 2rem;
}

.logo-group img {
  display: block;
  margin: 0.5rem auto;
}

.convenor-header {
  text-align: center;
  margin: 3rem auto;
}

.courier-heading {
  font-family: "Courier New", Courier, monospace;
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
}

.convenors {
  max-width: 800px;
  margin: 3rem auto;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  text-align: center;
}

.convenor-heading {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.convenor-entry {
  margin-bottom: 2.5rem;
  text-align: left;
}

.convenor-entry p {
  margin: 0.5rem 0;
}

.convenor-footer {
  text-align: center;
  margin-top: 3rem;
  font-family: "Times New Roman", Times, serif;
}

.back-link a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
}

.revision-note {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.courier-font {
  font-family: "Courier New", Courier, monospace;
}